-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CONTROLLER_TOOLS_VERSION to 0.14.0 #669
Bump CONTROLLER_TOOLS_VERSION to 0.14.0 #669
Conversation
@fmount there is an issue with the glance crd which prevents bumping to controller tools 0.14.0. The |
This is the error:
could be fixed by removing https://github.com/openstack-k8s-operators/glance-operator/blob/main/api/v1beta1/glance_types.go#L110C5-L110C28 |
|
Ack, was guessing that, but first wanted to check with you. Thanks, will update the pr. |
bump controller tools to the version which bumps k8s deps to v0.29.0, which aligns with the version in the operators. Signed-off-by: Martin Schuppert <[email protected]>
a56a6cf
to
614a05d
Compare
@stuggi seems good now and kuttl (which is supposed to validate imageCache) seems to work. |
yes seems to be good. can you approve ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
33b0fc2
into
openstack-k8s-operators:main
bump controller tools to the version which bumps k8s deps to v0.29.0, which aligns with the version in the operators.